home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-01 | 1.0 KB | 43 lines | [TEXT/MPS ] |
- ; File: E16.List
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-91
- ; All Rights Reserved
- ;
- ;
- listRejectEvent GEQU $1C02
- cString GEQU $0001 ; null terminated string type
- LIST_STRG GEQU $0001 ; null terminated string type
- selectOnlyOne GEQU $0002 ; only one selection allowed
- LIST_SELECT GEQU $0002 ; single selection only
- memDisabled GEQU $40 ; Sets member flag to disabled
- memSelected GEQU $80 ; Sets member flag to selected
- ; offset constants for LColorTable
- olistFrameClr GEQU 0
- olistNorTextClr GEQU 2
- olistSelTextClr GEQU 4
- olistNorBackClr GEQU 6
- olistSelBackClr GEQU 8
- ; offset constants for MemRec
- omemPtr GEQU 0
- omemFlag GEQU 4
- ; Front of ListCtlRec matches CtlRec
- octlMemDraw GEQU 40
- octlMemHeight GEQU 44
- octlMemSize GEQU 46
- octlList GEQU 48
- octlListBar GEQU 52
- ; offset constants for ListRec
- olistRect GEQU 0
- olistSize GEQU 8
- olistView GEQU 10
- olistType GEQU 12
- olistStart GEQU 14
- olistCtl GEQU 16
- olistDraw GEQU 20
- olistMemHeight GEQU 24
- olistMemSize GEQU 26
- olistPointer GEQU 28
- olistRefCon GEQU 32
- olistScrollClr GEQU 36
-